home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1997 February / Computer Life February 1997.iso / S / wws9530 / Product / WORDSRCH.EXE / 0 / RCDATA / TMAINWIN / TMAINWIN.txt < prev   
Text File  |  1996-03-09  |  21KB  |  663 lines

  1. object MainWin: TMainWin
  2.   Left = 246
  3.   Top = 40
  4.   BorderStyle = bsSingle
  5.   Caption = 'Word Search Rampage 95'
  6.   ClientHeight = 414
  7.   ClientWidth = 632
  8.   Color = clSilver
  9.   Font.Color = clBlack
  10.   Font.Height = -17
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   Position = poDefault
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnPaint = FormPaint
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 19
  21.   object Bevel1: TBevel
  22.     Left = 24
  23.     Top = 60
  24.     Width = 238
  25.     Height = 37
  26.   end
  27.   object Bevel2: TBevel
  28.     Left = 288
  29.     Top = 60
  30.     Width = 321
  31.     Height = 37
  32.   end
  33.   object Bevel4: TBevel
  34.     Left = 286
  35.     Top = 58
  36.     Width = 325
  37.     Height = 341
  38.     Shape = bsFrame
  39.     Style = bsRaised
  40.   end
  41.   object Bevel3: TBevel
  42.     Left = 22
  43.     Top = 58
  44.     Width = 242
  45.     Height = 341
  46.     Shape = bsFrame
  47.     Style = bsRaised
  48.   end
  49.   object CategoryLabel: TLabel
  50.     Left = 24
  51.     Top = 60
  52.     Width = 238
  53.     Height = 37
  54.     Alignment = taCenter
  55.     AutoSize = False
  56.     Caption = 'Category'
  57.     Color = clFuchsia
  58.     Font.Color = clBlack
  59.     Font.Height = -31
  60.     Font.Name = 'Arial'
  61.     Font.Style = [fsBold]
  62.     ParentColor = False
  63.     ParentFont = False
  64.   end
  65.   object PuzzleLabel: TLabel
  66.     Left = 288
  67.     Top = 60
  68.     Width = 321
  69.     Height = 37
  70.     Alignment = taCenter
  71.     AutoSize = False
  72.     Caption = 'Puzzles'
  73.     Color = clFuchsia
  74.     Font.Color = clBlack
  75.     Font.Height = -31
  76.     Font.Name = 'Arial'
  77.     Font.Style = [fsBold]
  78.     ParentColor = False
  79.     ParentFont = False
  80.   end
  81.   object BackImage: TImage
  82.     Left = 4
  83.     Top = 64
  84.     Width = 105
  85.     Height = 105
  86.     Enabled = False
  87.     Picture.Data = {<image000.bmp>}
  88.     Visible = False
  89.   end
  90.   object PuzzleBox: TListBox
  91.     Left = 288
  92.     Top = 96
  93.     Width = 321
  94.     Height = 301
  95.     ItemHeight = 19
  96.     Sorted = True
  97.     TabOrder = 1
  98.     OnDblClick = PuzzleBoxDblClick
  99.   end
  100.   object PlayButton: TButton
  101.     Left = 24
  102.     Top = 8
  103.     Width = 89
  104.     Height = 33
  105.     Caption = 'Pla&y'
  106.     Font.Color = clBlack
  107.     Font.Height = -17
  108.     Font.Name = 'Arial'
  109.     Font.Style = []
  110.     ParentFont = False
  111.     TabOrder = 0
  112.     OnClick = PlayButtonClick
  113.   end
  114.   object NewButton: TButton
  115.     Left = 147
  116.     Top = 8
  117.     Width = 89
  118.     Height = 33
  119.     Caption = '&New'
  120.     Font.Color = clBlack
  121.     Font.Height = -17
  122.     Font.Name = 'Arial'
  123.     Font.Style = []
  124.     ParentFont = False
  125.     TabOrder = 2
  126.     OnClick = NewButtonClick
  127.   end
  128.   object ModifyButton: TButton
  129.     Left = 270
  130.     Top = 8
  131.     Width = 89
  132.     Height = 33
  133.     Caption = '&Modify'
  134.     Font.Color = clBlack
  135.     Font.Height = -17
  136.     Font.Name = 'Arial'
  137.     Font.Style = []
  138.     ParentFont = False
  139.     TabOrder = 3
  140.     OnClick = ModifyButtonClick
  141.   end
  142.   object PrintButton: TButton
  143.     Left = 393
  144.     Top = 8
  145.     Width = 89
  146.     Height = 33
  147.     Caption = '&Print'
  148.     Font.Color = clBlack
  149.     Font.Height = -17
  150.     Font.Name = 'Arial'
  151.     Font.Style = []
  152.     ParentFont = False
  153.     TabOrder = 4
  154.     OnClick = PrintButtonClick
  155.   end
  156.   object ExitButton: TButton
  157.     Left = 516
  158.     Top = 8
  159.     Width = 89
  160.     Height = 33
  161.     Caption = 'E&xit'
  162.     Font.Color = clBlack
  163.     Font.Height = -17
  164.     Font.Name = 'Arial'
  165.     Font.Style = []
  166.     ParentFont = False
  167.     TabOrder = 5
  168.     OnClick = ExitButtonClick
  169.   end
  170.   object CategoryBox: TListBox
  171.     Left = 24
  172.     Top = 96
  173.     Width = 238
  174.     Height = 301
  175.     ItemHeight = 19
  176.     Sorted = True
  177.     TabOrder = 6
  178.     OnClick = CategoryBoxClick
  179.   end
  180.   object SpeedPanel: TPanel
  181.     Left = 0
  182.     Top = 0
  183.     Width = 632
  184.     Height = 31
  185.     Align = alTop
  186.     BevelOuter = bvNone
  187.     BorderStyle = bsSingle
  188.     TabOrder = 7
  189.     object SpeedNewGroup: TSpeedButton
  190.       Left = 4
  191.       Top = 2
  192.       Width = 25
  193.       Height = 25
  194.       Hint = 'Create New Puzzle Group'
  195.       Glyph.Data = {
  196.         76010000424D7601000000000000760000002800000020000000100000000100
  197.         04000000000000010000130B0000130B00000000000000000000000000000000
  198.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  199.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  200.         333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  201.         0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  202.         07333337F33333337F333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  203.         07333FF7F33333337FFFBBB0FFFFFFFF0BB37777F3333333777F3BB0FFFFFFFF
  204.         0BBB3777F3333FFF77773330FFFF000003333337F333777773333330FFFF0FF0
  205.         33333337F3337F37F3333330FFFF0F0B33333337F3337F77FF333330FFFF003B
  206.         B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  207.         3BB33773333773333773B333333B3333333B7333333733333337}
  208.       NumGlyphs = 2
  209.       ParentShowHint = False
  210.       ShowHint = True
  211.       OnClick = SpeedNewGroupClick
  212.     end
  213.     object SpeedOpenGroup: TSpeedButton
  214.       Left = 28
  215.       Top = 2
  216.       Width = 25
  217.       Height = 25
  218.       Hint = 'Open Puzzle Group'
  219.       Glyph.Data = {
  220.         76010000424D7601000000000000760000002800000020000000100000000100
  221.         04000000000000010000130B0000130B00000000000000000000000000000000
  222.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  223.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  224.         333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  225.         0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  226.         07333337F3FF3FFF7F333330F00F000F07333337F77377737F333330FFFFFFFF
  227.         07333FF7F3FFFF3F7FFFBBB0F0000F0F0BB37777F7777373777F3BB0FFFFFFFF
  228.         0BBB3777F3FF3FFF77773330F00F000003333337F773777773333330FFFF0FF0
  229.         33333337F3FF7F37F3333330F08F0F0B33333337F7737F77FF333330FFFF003B
  230.         B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  231.         3BB33773333773333773B333333B3333333B7333333733333337}
  232.       NumGlyphs = 2
  233.       ParentShowHint = False
  234.       ShowHint = True
  235.       OnClick = SpeedOpenGroupClick
  236.     end
  237.     object SpeedNew: TSpeedButton
  238.       Left = 60
  239.       Top = 2
  240.       Width = 25
  241.       Height = 25
  242.       Hint = 'Create New Puzzle'
  243.       Glyph.Data = {
  244.         F6000000424DF600000000000000760000002800000010000000100000000100
  245.         0400000000008000000000000000000000001000000010000000000000000084
  246.         0000C6C6C600FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  247.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFFFFF222
  248.         2222FEEEEEEEF2222222FEEEEEEEF2222222FEEEEEEEF2222222FEEEEEEEF222
  249.         2222FEEEEEEEF2222222FEEEEEEEF2222222FEEEEFFFF2222222FEEEEFEF22FF
  250.         F222FEEEEFF222F1F222FFFFFF2222F1F2222222222FFFF1FFFF2222222F1111
  251.         111F2222222FFFF1FFFF2222222222F1F2222222222222F1F222}
  252.       ParentShowHint = False
  253.       ShowHint = True
  254.       OnClick = SpeedNewClick
  255.     end
  256.     object SpeedModify: TSpeedButton
  257.       Left = 84
  258.       Top = 2
  259.       Width = 25
  260.       Height = 25
  261.       Hint = 'Modify Puzzle'
  262.       Glyph.Data = {
  263.         78010000424D7801000000000000760000002800000020000000100000000100
  264.         04000000000000000000120B0000120B00000000000000000000000000000000
  265.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  266.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  267.         000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
  268.         00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
  269.         F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
  270.         0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
  271.         FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
  272.         FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
  273.         0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
  274.         00333377737FFFFF7733333033000000033333373377777773330000}
  275.       NumGlyphs = 2
  276.       ParentShowHint = False
  277.       ShowHint = True
  278.       OnClick = SpeedModifyClick
  279.     end
  280.     object SpeedCopy: TSpeedButton
  281.       Left = 108
  282.       Top = 2
  283.       Width = 25
  284.       Height = 25
  285.       Hint = 'Copy Puzzle'
  286.       Glyph.Data = {
  287.         76010000424D7601000000000000760000002800000020000000100000000100
  288.         04000000000000010000130B0000130B00000000000000000000000000000000
  289.         80000080000000808000800000008000800080